home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cdgtst / aboutdlg.h < prev    next >
C/C++ Source or Header  |  1998-12-10  |  2KB  |  58 lines

  1. #if !defined(AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_)
  2. #define AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_
  3.  
  4. #include "CDigitST_demo.h"
  5. #include "HyperLink.h"
  6. #include "DigitST.h"
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11. // AboutDlg.h : header file
  12. //
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CAboutDlg dialog
  16.  
  17. class CAboutDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CAboutDlg(CWnd* pParent = NULL);   // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CAboutDlg)
  25.     enum { IDD = IDD_ABOUTBOX };
  26.         // NOTE: the ClassWizard will add data members here
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CAboutDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.     void OnPaint();
  40.  
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CAboutDlg)
  43.     virtual BOOL OnInitDialog();
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46. private:
  47.     CListBox m_lbxFriends;
  48.     void SetLogoFont(CString Name, int nHeight = -16, int nWeight = FW_BOLD, BYTE bItalic = TRUE, BYTE bUnderline = FALSE);
  49.     CFont m_fontLogo;
  50.     CHyperLink m_EMailLink;
  51.     CHyperLink m_HomePageLink;
  52. };
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_ABOUTDLG_H__A449DF81_E75B_11D1_8E55_9E80D52A2535__INCLUDED_)
  58.